Export Word Table

Hi,
I have a quick question. I am working on a program which will export all of the objects which were modified by a specified CR to a Microsoft Word table. Here is my question: Is there any way for me to select the options which will be selected in the "Export to Word" program and then automate the export, so that the user does not need to click on anything?
I was thinking about just copying the Export to Word DXL into my file, but I'm not sure what I should modify to make this work, or if there is a better way to go about this?
Thanks!
josiah820 - Mon Jan 14 09:59:45 EST 2013

Re: Export Word Table
josiah820 - Mon Jan 14 10:04:27 EST 2013

If this can't be done, it's okay, I'm just trying to make it as easy as possible!
Thanks!

Re: Export Word Table
Jagtattoo - Sat Jan 19 10:00:46 EST 2013

josiah820 - Mon Jan 14 10:04:27 EST 2013
If this can't be done, it's okay, I'm just trying to make it as easy as possible!
Thanks!

Hello Josiah,
It's definitely possible to write a wrapper function which links into the export word utilities. Depending on the complexity of what you are trying to export, you could either invoke the utilities to export the current view, or you could imbed the OLE app interface commands to export the objects directly in your code. More often, it's easier and more efficient to do the first.
Kind regards,
John